home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / forth / pfe-0.000 / pfe-0 / pfe-0.9.13 / src / config / EMX / basics.mk next >
Encoding:
Text File  |  1995-04-26  |  253 b   |  25 lines

  1. #
  2. # EMX/basics.mk ---    Part of Makefile for PFE, defines variables for EMX.
  3. #
  4.  
  5. c    = .c
  6. i    = .i
  7. s    = .s
  8. o    = .o
  9. e    = .exe
  10.  
  11. nothing    = 
  12. oo    = -o $(nothing)
  13. eo    = -o $(nothing)
  14. d    = -D
  15. x    = \\
  16.  
  17. RM    = rm -f
  18. CP    = copy
  19. MV    = move
  20. MD    = mkdir
  21.  
  22. TRASH    = core *.bak *~ \#*\#
  23.  
  24.  
  25.